A UIS command is composed of one or more command components. Usually each of the command components included in a UIS command refers to a specific data group. Sometimes they refer to an update point instead. For example, DG_F_DEV and DG_T_DEV are component types that define the action a UIS command performs. DG_F_DEV specifies to get a data group from a field device. DG_T_DEV specifies to send a data group to a field device. All data groups specified within the DG_F_DEV and DG_T_DEV elements must also exist as children of the defDataGroups element.
This element is:
To learn about how this element relates to other elements in a CygNet device template file, see Template File Hierarchy.
Example
|
<defUisCmds visible="true" canBeScheduled="true" clientCanInvoke="true" inheritsSecurity="false"> <BASICPOLL desc="Scan 21, Prod Rep"> <uccItems> <DG_F_DEV dgType="Scan21" ordinal="0"/> <DG_F_DEV dgType="ProdRep" ordinal="0"/> </uccItems> </BASICPOLL> <CONFIG desc="Get Full Configuration"> <uccItems> <DG_F_DEV dgType="CntlDwnld" ordinal="0"/> <DG_F_DEV dgType="MiscCntl" ordinal="0"/> <DG_F_DEV dgType="EGMParms" ordinal="1"/> <DG_F_DEV dgType="EGMParms" ordinal="2"/> <DG_F_DEV dgType="EGMParms" ordinal="3"/> </uccItems> </CONFIG> </defUisCmds> |
Example
|
<HRAVE desc="Hourly Averages"> <uccItems> <DG_F_DEV dgType="HrlyAve" ordinal="1" SDate="T-1" EDate="T+1"/> </uccItems> </HRAVE> |
The following table lists and describes attributes generally applicable to this element. However, not all of the attributes listed here are applicable to all EIEs. Additionally, some attributes are required for use in every device template file of a certain EIE, but others may be used on a case-by-case or device-by-device basis, depending on your specific needs. All attributes in templates are case sensitive; but the case sensitivity of attribute values is based on context.
Note: Occasionally, device template files for different EIEs use attributes of the same name that do different things. Efforts are made in this document to highlight cases where an attribute by one name does different things in different EIEs.
| Attribute | Description |
|---|---|
|
dgType |
dgType specifies the name of the data group affected. Value:
|
|
ordinal |
ordinal specifies the ordinal number of an instance of a data group. Value:
|